Adwaita: Make about dialog icons big
authorMatthias Clasen <mclasen@redhat.com>
Mon, 11 Jan 2021 21:43:19 +0000 (16:43 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 11 Jan 2021 22:50:05 +0000 (17:50 -0500)
Use 128 as the icon size for the image widget
in about dialogs.

gtk/theme/Adwaita/_common.scss

index fd4123b71b196caa8a350852ff19b20e1ee0b631..b5094c68e61b63ffc13830dff9ca06ca0a8302a8 100644 (file)
@@ -200,6 +200,10 @@ window.assistant {
   }
 }
 
+window.aboutdialog image.large-icons {
+  -gtk-icon-size: 128px;
+}
+
 %osd,
 .osd {
   color: $osd_fg_color;